Version 24.2 (latest)

PropertyMappingCollection<TKey,TMapping> Class Methods

For a list of all members of this type, see PropertyMappingCollection<TKey,TMapping> members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodAddRangeAdds the elements of a collection to the end of this collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodBeginUpdatePrevents change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged) from being raised. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodEndUpdateResumes change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged). (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodGetItemGets the TMapping instance associated with the specified key.  
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodInsertRangeInserts the elements of a collection into the collection at the specified index. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Public MethodReInitializeClears and repopulates the collection with the specified item. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public MethodRemoveOverloaded. Removes the mapping for the specified key.  
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public MethodRemoveRangeRemoves a contiguous block of items from the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<TMapping>)
Protected MethodClearItemsRemoves all the items from the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodCreateNewCreates a new instance of mapping object that's compatible with this collection.  
Protected MethodInsertItemInserts a new item at the specified index in the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodMoveItemMoves an item from one index in the collection to a new location. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnBeginUpdateInvoked when BeginUpdate is first called and IsUpdating becomes true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnCollectionChangedRaises the CollectionChanged event. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnEndUpdateInvoked when EndUpdate is called and IsUpdating becomes false. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemAddedInvoked when an item has been added if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemAddingInvoked when an item is about to be added if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemPropertyChangedRaises the ItemPropertyChanged event with the specified arguments. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemRemovedInvoked when an item has been removed if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnItemRemovingInvoked when an item is about to be removed if the NotifyItemsChanged returns true. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodOnPropertyChangedRaises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodRaisePropertyChangedEventRaises PropertyChanged event.  
Protected MethodRemoveItemRemoves an item at the specified index. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Protected MethodSetItemReplaces an item at the specified index in the collection (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
See Also